Manage contact's type translations.
Name | Type | Is Mandatory |
---|---|---|
ContactTypeTranslationId | String | |
ContactTypeId | Int16 | |
LanguageId | String | |
Label | String | |
ContactType | ContactType | |
Language | Language |
Select all ContactTypeTranslations
https://customerapi.fts-crm360.com/data/ContactTypeTranslations()
HttpMethod : GET
Json Result :
[
{
"ContactTypeTranslationId" : "PuAW8YaV9DW9t2Plfej",
"ContactTypeId" : "7",
"LanguageId" : "IWsiu0l mIHjwtVW",
"Label" : "i32Gfl"
},
{
"ContactTypeTranslationId" : "EQyNQdPB",
"ContactTypeId" : "1",
"LanguageId" : "UzNi VJDv",
"Label" : "Te2KIcH ROL7g"
},
...
]
Select ContactTypeTranslation by Id
https://customerapi.fts-crm360.com/data/ContactTypeTranslations('string key')
HttpMethod : GET
Json Result :
{
"ContactTypeTranslationId" : "UNmuI3EdYZgHjtit",
"ContactTypeId" : "1",
"LanguageId" : "xnxx6CHAHB HI2ry",
"Label" : "HiVm6f Fdo 3"
}